home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10021 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: druid.borland.com!usenet
  2. From: Jeff Jenkins <jjenkins@wpo.borland.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: create window failed
  5. Date: Tue, 05 Mar 1996 10:08:32 -0800
  6. Organization: Borland International
  7. Message-ID: <313C8320.4E5@wpo.borland.com>
  8. References: <313B3FF1.173F@pcmail.uni-trier.de>
  9. NNTP-Posting-Host: beastly.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. bakpeter@pcmail.uni-trier.de wrote:
  16. > i just started programming in turbo c++ 4.5 for windows with owl 2.5.
  17. > until now i'm not able to run my application (.exe) without any borland
  18. > app in background. if i try to start my app standalone, there is always
  19. > the error message "Object Windows exception: create window failed". but,
  20. > if turbo is running, the exe-file does run too.
  21. > what does it mean and how can i manage this problem?
  22. > thanks for answer,
  23. > pb.You will find that comp.os.ms-windows.programmer.tools.owl would be a 
  24. better place for OWL specific questions.
  25.  
  26. However, the problem is that you are not loading BWCC.DLL.  You must 
  27. have some dialog that is a Bor_Dlg (a bwcc custom dlg class).  Make sure 
  28. you are linking with the import library (bwcc.lib) and that you call 
  29. EnableBWCC(). InitMainWindow() is a good place for the call.
  30.  
  31. -- jrj
  32.